'Declaration
Public Function New( _ ByVal newStyleFormat As StyleFormat, _ ByVal worksheet As Worksheet, _ ByVal isMergedCell As Nullable(Of Boolean), _ ByVal extendObject As Object _ )
'Usage
Dim newStyleFormat As StyleFormat Dim worksheet As Worksheet Dim isMergedCell As Nullable(Of Boolean) Dim extendObject As Object Dim instance As New FormatCellsActionCommand(newStyleFormat, worksheet, isMergedCell, extendObject)
public FormatCellsActionCommand( StyleFormat newStyleFormat, Worksheet worksheet, Nullable<bool> isMergedCell, object extendObject )
Parameters
- newStyleFormat
- worksheet
- The worksheet which this command attached to.
- isMergedCell
- extendObject
- The extend object.